home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
PWAULTP3.ZIP
/
PWAPRGMS.A02
/
PWA95
/
PWAIML10.ZIP
/
LASTCALL.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1995-06-17
|
995b
|
80 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
String STRING001
String STRING002
String STRING003
;------------------------------------------------------------------------------
GetUser
STRING001 = PPEPath() + "lastcall.cfg"
FOpen 1, STRING001, 2, 0
FGet 1, STRING002
FGet 1, STRING003
FClose 1
FOpen 1, STRING002 + "lastcall.im", 2, 0
FWrite 1, Chr(Len(U_Name())) + U_Name() + " ", 30
FSeek 1, 31, 0
FWrite 1, Chr(Len(U_City)) + U_City + " ", 30
FClose 1
DispStr STRING003
Log "Minutes Used: @OPTEXT@", 0
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 Let
; 2 FOpen
; 2 FClose
; 2 FGet
; 1 GetUser
; 1 Log
; 1 DispStr
; 1 FSeek
; 2 FWrite
;
;
; ■ Functions used :
;
; 6 +
; 2 Len(
; 2 Chr()
; 2 U_Name()
; 1 PPEPath()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------